home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / qrep097a.zip / MAIN.DFM / MAIN.txt < prev   
Text File  |  1996-01-13  |  4KB  |  192 lines

  1. object TQuickReportDemo: TTQuickReportDemo
  2.   Left = 279
  3.   Top = 433
  4.   Width = 349
  5.   Height = 406
  6.   BorderIcons = []
  7.   Caption = 'QuickReport version 0.97a Demo'
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 333
  20.     Height = 97
  21.   end
  22.   object Shape1: TShape
  23.     Left = 8
  24.     Top = 8
  25.     Width = 325
  26.     Height = 89
  27.     Pen.Width = 0
  28.   end
  29.   object Image1: TImage
  30.     Left = 16
  31.     Top = 12
  32.     Width = 105
  33.     Height = 57
  34.     Picture.Data = {<image000.bmp>}
  35.     Stretch = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 132
  39.     Top = 16
  40.     Width = 193
  41.     Height = 36
  42.     Caption = 'QuickReport'
  43.     Font.Color = 10485760
  44.     Font.Height = -32
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold, fsItalic]
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object Label1: TLabel
  51.     Left = 116
  52.     Top = 48
  53.     Width = 209
  54.     Height = 33
  55.     Alignment = taRightJustify
  56.     AutoSize = False
  57.     Caption = 'Copyright (c) 1996 Allan Lochert allan@qsd.no'
  58.     Font.Color = clNavy
  59.     Font.Height = -11
  60.     Font.Name = 'Arial'
  61.     Font.Style = [fsBold, fsItalic]
  62.     ParentFont = False
  63.     Transparent = True
  64.   end
  65.   object Label3: TLabel
  66.     Left = 60
  67.     Top = 280
  68.     Width = 269
  69.     Height = 21
  70.     Caption = 'Set to two or more to print thumbnails'
  71.   end
  72.   object Label4: TLabel
  73.     Left = 40
  74.     Top = 76
  75.     Width = 285
  76.     Height = 21
  77.     Alignment = taRightJustify
  78.     AutoSize = False
  79.     Caption = 'Compuserve 101372,3471   SWREG# 8644'
  80.     Font.Color = clNavy
  81.     Font.Height = -11
  82.     Font.Name = 'Arial'
  83.     Font.Style = [fsBold, fsItalic]
  84.     ParentFont = False
  85.     Transparent = True
  86.     WordWrap = True
  87.   end
  88.   object ReportCombo: TRadioGroup
  89.     Left = 8
  90.     Top = 108
  91.     Width = 329
  92.     Height = 57
  93.     Caption = 'Select report '
  94.     Columns = 2
  95.     Font.Color = clBlack
  96.     Font.Height = -13
  97.     Font.Name = 'System'
  98.     Font.Style = []
  99.     Items.Strings = (
  100.       'Simple report'
  101.       'Memos and pictures'
  102.       'Master-Detail report'
  103.       'Mailing labels')
  104.     ParentFont = False
  105.     TabOrder = 0
  106.   end
  107.   object PreviewBtn: TButton
  108.     Left = 8
  109.     Top = 348
  110.     Width = 149
  111.     Height = 25
  112.     Caption = 'Preview'
  113.     TabOrder = 5
  114.     OnClick = PreviewBtnClick
  115.   end
  116.   object PrintBtn: TButton
  117.     Left = 8
  118.     Top = 316
  119.     Width = 149
  120.     Height = 25
  121.     Caption = 'Print'
  122.     TabOrder = 4
  123.     OnClick = PrintBtnClick
  124.   end
  125.   object PrintDialogChk: TCheckBox
  126.     Left = 12
  127.     Top = 248
  128.     Width = 161
  129.     Height = 17
  130.     Caption = 'Show print dialog'
  131.     Font.Color = clBlack
  132.     Font.Height = -13
  133.     Font.Name = 'System'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 2
  137.   end
  138.   object ExitBtn: TButton
  139.     Left = 184
  140.     Top = 348
  141.     Width = 149
  142.     Height = 25
  143.     Caption = 'Exit'
  144.     TabOrder = 6
  145.     OnClick = ExitBtnClick
  146.   end
  147.   object OrientationCombo: TRadioGroup
  148.     Left = 8
  149.     Top = 172
  150.     Width = 157
  151.     Height = 65
  152.     Caption = 'Orientation '
  153.     Font.Color = clBlack
  154.     Font.Height = -13
  155.     Font.Name = 'System'
  156.     Font.Style = []
  157.     Items.Strings = (
  158.       'Portrait'
  159.       'Landscape')
  160.     ParentFont = False
  161.     TabOrder = 1
  162.   end
  163.   object SpinEdit1: TSpinEdit
  164.     Left = 12
  165.     Top = 276
  166.     Width = 37
  167.     Height = 26
  168.     Font.Color = clBlack
  169.     Font.Height = -13
  170.     Font.Name = 'System'
  171.     Font.Style = []
  172.     MaxValue = 9
  173.     MinValue = 1
  174.     ParentFont = False
  175.     TabOrder = 3
  176.     Value = 1
  177.     OnChange = SpinEdit1Change
  178.   end
  179.   object PreviewCombo: TRadioGroup
  180.     Left = 180
  181.     Top = 172
  182.     Width = 157
  183.     Height = 65
  184.     Caption = 'Preview type '
  185.     Items.Strings = (
  186.       'Standard'
  187.       'Simple custom')
  188.     TabOrder = 7
  189.     OnClick = PreviewComboClick
  190.   end
  191. end
  192.